github.com/go-pg/pg/v10.Listener.ch (field)

6 uses

	github.com/go-pg/pg/v10 (current package)
		listener.go#L43: 	ch     chan Notification
		listener.go#L264: 	if cap(ln.ch) != size {
		listener.go#L268: 	return ln.ch
		listener.go#L278: 	ln.ch = make(chan Notification, size)
		listener.go#L290: 					close(ln.ch)
		listener.go#L316: 				case ln.ch <- Notification{channel, payload}: